runtime.gcWork.flushedWork (field)
10 uses
runtime (current package)
mgc.go#L849: if pp.gcw.flushedWork {
mgc.go#L851: pp.gcw.flushedWork = false
mgc.go#L1501: print("runtime: P ", p.id, " flushedWork ", gcw.flushedWork)
mgcwork.go#L90: flushedWork bool
mgcwork.go#L129: w.flushedWork = true
mgcwork.go#L182: w.flushedWork = true
mgcwork.go#L257: w.flushedWork = true
mgcwork.go#L266: w.flushedWork = true
mgcwork.go#L294: w.flushedWork = true
mgcwork.go#L298: w.flushedWork = true // handoff did putfull
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |